PDF4Java Reference Documentation
com.o2sol.pdf4java.core.encodings Package / PDFCmap Interface / getCID Method
Input codepoint
In This Topic
    getCID Method
    In This Topic
    Gets the CID for the given codepoint.
    Syntax
    int getCID( 
       int codePoint
    )

    Parameters

    codePoint
    Input codepoint

    Return Value

    The CID.
    See Also